object Dlg_Przywroc: TDlg_Przywroc Left = 210 Top = 105 BorderStyle = bsDialog Caption = 'Przywr�� kontrahent�w' ClientHeight = 510 ClientWidth = 622 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poScreenCenter Scaled = False OnClose = FormClose OnMouseMove = FormMouseMove OnPaint = FormPaint OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object btnZamknij: TPanel Left = 485 Top = 477 Width = 121 Height = 25 Anchors = [akRight, akBottom] BevelOuter = bvNone Caption = 'zamknij' Color = 8257541 Font.Charset = DEFAULT_CHARSET Font.Color = clWhite Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False TabOrder = 0 OnClick = btnZamknijClick end object btnPrzywroc: TPanel Left = 349 Top = 477 Width = 121 Height = 25 Hint = 'Importuje dane z programu Przelewy' Anchors = [akBottom] BevelOuter = bvNone Caption = 'przywr��' Color = clNavy Font.Charset = DEFAULT_CHARSET Font.Color = clWindow Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False TabOrder = 1 OnClick = btnPrzywrocClick end object DBCtrlGrid1: TDBCtrlGrid Left = 8 Top = 16 Width = 601 Height = 450 AllowDelete = False AllowInsert = False ColCount = 1 DataSource = DS_Kontrahenci PanelBorder = gbNone PanelHeight = 90 PanelWidth = 585 TabOrder = 2 RowCount = 5 object Label2: TLabel Left = 12 Top = 3 Width = 58 Height = 13 Caption = 'Identyfikator' end object Label3: TLabel Left = 132 Top = 3 Width = 71 Height = 13 Caption = 'Imi� i nazwisko' end object Label4: TLabel Left = 292 Top = 3 Width = 25 Height = 13 Caption = 'Firma' end object Label6: TLabel Left = 12 Top = 43 Width = 24 Height = 13 Caption = 'Ulica' end object Label8: TLabel Left = 188 Top = 43 Width = 19 Height = 13 Caption = 'Kod' end object Label7: TLabel Left = 268 Top = 43 Width = 61 Height = 13 Caption = 'Miejscowo��' end object Label11: TLabel Left = 396 Top = 43 Width = 18 Height = 13 Caption = 'NIP' end object Shape1: TShape Left = 0 Top = 83 Width = 577 Height = 5 Brush.Color = clBlack end object DB_Ident: TDBEdit Left = 12 Top = 19 Width = 113 Height = 21 DataField = 'Ident' DataSource = DS_Kontrahenci Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False ReadOnly = True TabOrder = 0 end object DB_ImieNazw: TDBEdit Left = 132 Top = 19 Width = 150 Height = 21 DataField = 'Nazwisko' DataSource = DS_Kontrahenci Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False ReadOnly = True TabOrder = 1 end object DB_Firma: TDBEdit Left = 292 Top = 19 Width = 204 Height = 21 DataField = 'Firma' DataSource = DS_Kontrahenci Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False ReadOnly = True TabOrder = 2 end object DB_Ulica: TDBEdit Left = 12 Top = 58 Width = 169 Height = 21 DataField = 'Ulica' DataSource = DS_Kontrahenci Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False ReadOnly = True TabOrder = 3 end object DB_Kod: TDBEdit Left = 188 Top = 58 Width = 73 Height = 21 DataField = 'Kod' DataSource = DS_Kontrahenci Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False ReadOnly = True TabOrder = 4 end object DB_Miejsc: TDBEdit Left = 268 Top = 58 Width = 121 Height = 21 DataField = 'Miejscowosc' DataSource = DS_Kontrahenci Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False ReadOnly = True TabOrder = 5 end object DB_NIP: TDBEdit Left = 396 Top = 58 Width = 77 Height = 21 DataField = 'NIP' DataSource = DS_Kontrahenci Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False ReadOnly = True TabOrder = 6 end object DBCheckBox1: TDBCheckBox Left = 504 Top = 60 Width = 73 Height = 17 Caption = 'Usuniety' DataField = 'Usuniety' DataSource = DS_Kontrahenci TabOrder = 7 ValueChecked = 'True' ValueUnchecked = 'False' end end object DS_Kontrahenci: TDataSource DataSet = Kontrahenci Left = 504 Top = 8 end object Kontrahenci: TTable Left = 536 Top = 8 end end